home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / startup.1st < prev    next >
Text File  |  1996-03-01  |  1KB  |  40 lines

  1. SCENE1:C/Type SCENE1:c/spb-dc.txt
  2.  
  3.  
  4. Failat >NIL: 100
  5.  
  6. SCENE1:C/Assign >NIL: LIBS: SCENE1:libs add
  7. SCENE1:C/Assign >NIL: C: SCENE1:c add
  8. SCENE1:C/Assign >NIL: FONTS: SCENE1:fonts add
  9. SCENE1:C/Assign >NIL: LIBS: SCENE1:Classes Add
  10. SCENE1:C/Assign >NIL: S: SCENE1:S Add
  11. Path >NIL: SCENE1:C add
  12.  
  13. IF NOT exists ram:ENV
  14. echo "Setting Up The Stuff"
  15. SCENE1:C/MakeDir RAM:ENV RAM:ENV/Sys
  16. SCENE1:c/Copy >NIL: ENVARC: RAM:ENV ALL NOREQ
  17. SCENE1:c/Assign >NIL: ENV: Ram:env
  18. SCENE1:c/IPrefs
  19. EndIF
  20.  
  21. if >NIL: not exists sys:libs/powerpacker.library
  22. f1cd:c/copy >NIL: scene1:libs/powerpacker.library sys:libs
  23. endif >NIL:
  24.  
  25. if >NIL: not exists sys:libs/amigaguide.library
  26. f1cd:c/copy >NIL: scene1:libs/amigaguide.library sys:libs
  27. endif >NIL:
  28.  
  29. if >NIL: not exists sys:libs/explode.library
  30. f1cd:c/copy >NIL: scene1:libs/explode.library sys:libs
  31. endif >NIL:
  32.  
  33.  
  34. echo "      A ScreenMode of 8 colours minimum is required. Double Click the"
  35. echo "       ClickForColours icon. Also, Double Click MagicColours if the"
  36. echo "                          colours are incorrect."
  37. echo " "
  38. echo "            Ok! All sorted! Close this window and have FUN!"
  39. Endcli
  40.